object ConnInfoDlg: TConnInfoDlg Left = 412 Top = 262 ActiveControl = OKBtn BorderStyle = bsDialog Caption = 'Dialog' ClientHeight = 338 ClientWidth = 390 Font.Color = clBlack Font.Height = -14 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] PixelsPerInch = 120 Position = poScreenCenter OnShow = FormShow TextHeight = 16 object Bevel1: TBevel Left = 10 Top = 10 Width = 369 Height = 271 Shape = bsFrame IsControl = True end object Label1: TLabel Left = 19 Top = 83 Width = 121 Height = 16 Caption = 'ConnectionLabel:' end object Label2: TLabel Left = 248 Top = 80 Width = 95 Height = 16 Caption = 'ConnectionId:' end object Label3: TLabel Left = 248 Top = 128 Width = 115 Height = 16 Caption = 'ConnectionData:' end object Label4: TLabel Left = 16 Top = 24 Width = 40 Height = 16 Caption = 'From:' end object Label5: TLabel Left = 32 Top = 56 Width = 24 Height = 16 Caption = 'To:' end object Label6: TLabel Left = 24 Top = 192 Width = 123 Height = 16 Caption = 'Connection Color:' end object Label7: TLabel Left = 24 Top = 220 Width = 79 Height = 16 Caption = 'Arrowhead:' end object Label8: TLabel Left = 24 Top = 252 Width = 83 Height = 16 Caption = 'Align Label:' end object Label9: TLabel Left = 184 Top = 192 Width = 77 Height = 16 Caption = 'Line Width:' end object OKBtn: TBitBtn Left = 183 Top = 294 Width = 95 Height = 33 TabOrder = 0 OnClick = OKBtnClick Kind = bkOK Margin = 2 Spacing = -1 IsControl = True end object CancelBtn: TBitBtn Left = 286 Top = 294 Width = 95 Height = 33 TabOrder = 1 Kind = bkCancel Margin = 2 Spacing = -1 IsControl = True end object ConnLabel: TMemo Left = 24 Top = 104 Width = 217 Height = 73 Lines.Strings = ( 'ConnLabel') TabOrder = 2 end object ConnId: TEdit Left = 264 Top = 101 Width = 105 Height = 24 Enabled = False TabOrder = 3 Text = 'ConnId' end object ConnData: TEdit Left = 264 Top = 149 Width = 105 Height = 24 TabOrder = 4 Text = 'ConnData' end object RemoveBtn: TButton Left = 87 Top = 294 Width = 89 Height = 33 Caption = '&Remove' TabOrder = 5 OnClick = RemoveBtnClick end object ConnectionSource: TEdit Left = 64 Top = 21 Width = 305 Height = 24 Enabled = False ReadOnly = True TabOrder = 6 Text = 'ConnectionSource' end object ConnectionTarget: TEdit Left = 64 Top = 53 Width = 305 Height = 24 Enabled = False ReadOnly = True TabOrder = 7 Text = 'ConnectionTarget' end object PanelConnColor: TPanel Left = 152 Top = 192 Width = 25 Height = 17 Color = clMenu TabOrder = 8 OnClick = PanelConnColorClick end object ComboArrowHeads: TComboBox Left = 107 Top = 216 Width = 262 Height = 24 Style = csDropDownList ItemHeight = 16 Items.Strings = ( 'No Arrowhead' 'Solid Arrow' 'Hollow Arrow' 'Open Arrow' 'Solid Circle' 'Hollow Circle') TabOrder = 9 end object ComboAlignLabel: TComboBox Left = 107 Top = 248 Width = 262 Height = 24 Style = csDropDownList ItemHeight = 16 Items.Strings = ( 'Left Justify Label' 'Center Label' 'Right Justify Label') TabOrder = 10 end object ScrollLineWidth: TScrollBar Left = 264 Top = 191 Width = 73 Height = 15 Max = 9 TabOrder = 11 OnChange = ScrollLineWidthChange end object EditLineWidth: TEdit Left = 344 Top = 184 Width = 25 Height = 24 MaxLength = 1 ReadOnly = True TabOrder = 12 Text = '9' end object ColorDialog1: TColorDialog Left = 8 Top = 296 end end